home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-05-31 | 560 b | 20 lines | [TEXT/MPS ] |
- // Tumbler_camera.h
- //
- // Camera related function prototypes for the the Tumbler application
- //
- // Modification History
- //
- // 11/26/94 nick initial cut - symantec proto_helper app, add defines
-
-
- #ifndef _Tumbler_CAMERA_H_
- #define _Tumbler_CAMERA_H_
-
-
- // routines from Tumbler_camera.c
- void GetGroupBBox(TQ3ViewObject viewObject, TQ3GroupObject mainGroup, TQ3GroupObject lightGroup, TQ3BoundingBox *viewBBox);
- void AdjustLightsPositions(DocumentPtr theDocument);
-
- TQ3Point3D AdjustCamera(DocumentPtr theDocument, short winWidth, short winHeight);
-
- #endif